.headerBase{
    position: fixed;
    height: 16%;
    width: 100%;
    left: 0%;
    background-color: rgba(180, 35, 35, 0.8);
}
.headerBase.active{
    height: 8%;
}
.headerTop{
    position: fixed;
    height: 8%;
    width: 100%;
    left: 0%;
    background-color: rgb(255, 255, 255);
}

.pageNameIcon{
    position: absolute;
    height: 48%;
    width: 5%;
    bottom: 0%;
    left: 5%;
}
.pageNameIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#businessName{
    position: absolute;
    top: 15%;
    left: 11%;
    font-family:sans-serif;
    font-size: 200%;
    font-weight: bold;
}
#name{
    position: absolute;
    top: 15%;
    right: 10%;
    font-family:sans-serif;
    font-size: 200%;
    font-weight: bold;
}


.headerIconsContainer{
    position: absolute;
    height: 80%;
    width: 8%;
    top: 10%;
    right: 1%;
}
.logoutIcon{
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0%;
}
.notificationsIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.notificationsIcon{
    position: absolute;
    height: 100%;
    width: 50%;
    right: 55%;
}
.logoutIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.userIcon{
    position: absolute;
    height: 100%;
    width: auto;
    right: 55%;
    border-radius: 50%;
    overflow: hidden;
}
.userIcon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pageName{
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-family:sans-serif;
    font-size: 200%;
    color: white;
}

.businessIcon{
    position: absolute;
    height: 100%;
    width: 5%;
    top: 0%;
    left: 6%;
}
.businessIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}